home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 006a / arch10.zip / ARCH.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1993-05-16  |  842b  |  73 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 1.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     STRING001 = TokenStr()
  24.     If (Len(STRING001) > 0) Then
  25.         KbdStuff "R " + STRING001 + Chr(13)
  26.         End
  27.     Endif
  28.     PrintLn ""
  29.     PrintLn "@X0AType @X0FR S@X0A to read mail since your last time on."
  30.     PrintLn "@X0AType @X0FR Y S@X0A to read only your mail since last time on."
  31.     PrintLn "@X0AType @X0FR H@X0A for additional help with reading mail."
  32.     End
  33.  
  34. ;------------------------------------------------------------------------------
  35. ;
  36. ; Usage report (before postprocessing)
  37. ;
  38. ; ■ Statements used :
  39. ;
  40. ;    2       End
  41. ;    1       Goto 
  42. ;    1       Let 
  43. ;    4       PrintLn 
  44. ;    1       If 
  45. ;    1       KbdStuff 
  46. ;
  47. ;
  48. ; ■ Functions used :
  49. ;
  50. ;    2       +
  51. ;    1       >
  52. ;    1       !
  53. ;    1       Len(
  54. ;    1       Chr()
  55. ;    1       TokenStr()
  56. ;
  57. ;------------------------------------------------------------------------------
  58. ;
  59. ; Analysis flags : No flag
  60. ;
  61. ;------------------------------------------------------------------------------
  62. ;
  63. ; Postprocessing report
  64. ;
  65. ;    0       For/Next
  66. ;    0       While/EndWhile
  67. ;    1       If/Then or If/Then/Else
  68. ;    0       Select Case
  69. ;
  70. ;------------------------------------------------------------------------------
  71. ;                 AEGiS Corp - Break the routines, code against the machines!
  72. ;------------------------------------------------------------------------------
  73.